←Select platform

ExtractBarcode(Stream,LoadDocumentOptions,BarcodeEngine,BarcodeSymbology[],int,bool) Method

Summary

Extracts all the barcodes found in the Document.

Syntax
C#
VB
C++
Public Function ExtractBarcode( 
   ByVal input As Stream, 
   ByVal documentOptions As LoadDocumentOptions, 
   ByVal barcodeEngine As BarcodeEngine, 
   ByVal symbologies() As BarcodeSymbology, 
   ByVal barcodeCount As Integer, 
   ByVal preprocess As Boolean 
) As IList(Of PageBarcodeData) 

Parameters

input

Input Stream containing the document.

documentOptions

Document options for the recognition.

barcodeEngine

The Barcode Engine to use for reading the barcodes.

symbologies

The Barcode Symbologies to recognize during the recognition process.

barcodeCount

The number of barcodes to recognize. Set to 0 to recognize all barcodes.

preprocess

If internal preprocessing should be used during the Barcode read process.

Return Value

Returns a list of PageBarcodeData containing all the barcodes found in the Document, if any.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly